emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
UnrolledList.insertBack
containers
unrolledlist
UnrolledList
Inserts the given range into the end of the list
T
*
insertBack
(T item)
void
insertBack
(R range)
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
void
insertBack
(
R
)
(
auto
ref
R
range
)
T
*
opOpAssign
(T item)
alias
put
=
insertBack
alias
insert
=
insertBack
Meta
Source
See Implementation
containers
unrolledlist
UnrolledList
aliases
insert
put
constructors
this
destructors
~this
functions
back
clear
empty
front
insertAnywhere
insertBack
length
moveBack
moveFront
opOpAssign
opSlice
popBack
popFront
remove
postblits
this(this)
structs
Range
variables
c
Inserts the given range into the end of the list